home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Over 1,000 Windows 95 Programs
/
Over 1000 Windows 95 Programs (Microforum) (Disc 2).iso
/
0072
/
read_me.bat
< prev
next >
Wrap
DOS Batch File
|
1997-03-23
|
432b
|
15 lines
echo off
cls
rem * This batch file provides a simple way to READ about:
rem *
rem * FasType Microsoft Windows Typing Tutorial, v5.00
rem *
rem * The information you want to read is in the file README.1ST.
rem * If you prefer, you can read it using any ordinary text viewer.
rem * For example, if the LIST viewer is in your DOS path, you would
rem * use the command 'LIST README.1ST'.
more < README.1ST
pause